Skip to content

Conversation

dashed
Copy link
Member

@dashed dashed commented Oct 3, 2025

@dashed dashed self-assigned this Oct 3, 2025
@dashed dashed requested a review from a team as a code owner October 3, 2025 20:17
Copy link

linear bot commented Oct 3, 2025

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 3, 2025
Copy link
Member

@isabellaenriquez isabellaenriquez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

Copy link

codecov bot commented Oct 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #100912   +/-   ##
========================================
  Coverage   81.14%    81.14%           
========================================
  Files        8638      8638           
  Lines      382966    382966           
  Branches    24078     24078           
========================================
  Hits       310740    310740           
  Misses      71890     71890           
  Partials      336       336           

@dashed dashed requested review from isabellaenriquez and a team October 6, 2025 19:15
Addresses PR feedback to keep budget term capitalization in sentence case
for step titles and cart text, except when at the beginning of a sentence.
@dashed dashed enabled auto-merge (squash) October 6, 2025 19:19
cursor[bot]

This comment was marked as outdated.

header={
<StepHeader
title={t('Set your %s limit', activePlan.budgetTerm)}
title={t('Set your %s limit', displayBudgetName(activePlan))}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Step Title Capitalization Inconsistency

The displayBudgetName(activePlan) call in the step header is missing the {title: true} option. This results in inconsistent capitalization for the step title compared to other title contexts in this PR.

Fix in Cursor Fix in Web

@dashed dashed merged commit f3afc91 into master Oct 6, 2025
47 checks passed
@dashed dashed deleted the billing/BIL-1646 branch October 6, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants